home *** CD-ROM | disk | FTP | other *** search
- save 100 dict begin
- /bdf {bind def} bind def
- /xdf {exch def} bdf
-
- /halftone % xdata ydata xsize ysize xpos ypos halftone
- {moveto scale /hgt xdf /wid xdf
- /halfbuf wid string def
- wid hgt 8
- [wid 0 0 hgt 0 0]
- {currentfile halfbuf readhexstring pop} bind image
- } bdf
-